home *** CD-ROM | disk | FTP | other *** search
- /* FBase GST Include file */
-
- /* MUI */
- #include <libraries/mui.h>
-
- /* System */
- #include <dos/dos.h>
- #include <exec/memory.h>
- #include <exec/lists.h>
- #include <graphics/gfxmacros.h>
- #include <workbench/workbench.h>
- #include <libraries/iffparse.h>
-
- /* Prototypes */
- #include <clib/alib_protos.h>
- #include <clib/exec_protos.h>
- #include <clib/dos_protos.h>
- #include <clib/icon_protos.h>
- #include <clib/graphics_protos.h>
- #include <clib/intuition_protos.h>
- #include <clib/gadtools_protos.h>
- #include <clib/muimaster_protos.h>
- #include <clib/asl_protos.h>
- #include <clib/iffparse_protos.h>
-
- /* Pragmas */
- #include <pragmas/exec_pragmas.h>
- #include <pragmas/dos_pragmas.h>
- #include <pragmas/icon_pragmas.h>
- #include <pragmas/graphics_pragmas.h>
- #include <pragmas/intuition_pragmas.h>
- #include <pragmas/gadtools_pragmas.h>
- #include <pragmas/muimaster_pragmas.h>
- #include <pragmas/asl_pragmas.h>
- #include <pragmas/iffparse_pragmas.h>
-
- /* ANSI C */
- #include <stdlib.h>
- #include <string.h>
- #include <stdio.h>
- #include <math.h>
-
- /* MemLib */
- #include <memwatch.h>
-